﻿2026-06-18T12:02:12.6795392Z ##[group]Run actions/checkout@v5
2026-06-18T12:02:12.6796177Z with:
2026-06-18T12:02:12.6796567Z   fetch-depth: 0
2026-06-18T12:02:12.6796983Z   repository: SaberMage/spt-core
2026-06-18T12:02:12.6800147Z   token: ***
2026-06-18T12:02:12.6800509Z   ssh-strict: true
2026-06-18T12:02:12.6800862Z   ssh-user: git
2026-06-18T12:02:12.6801221Z   persist-credentials: true
2026-06-18T12:02:12.6801601Z   clean: true
2026-06-18T12:02:12.6801954Z   sparse-checkout-cone-mode: true
2026-06-18T12:02:12.6802364Z   fetch-tags: false
2026-06-18T12:02:12.6802723Z   show-progress: true
2026-06-18T12:02:12.6803090Z   lfs: false
2026-06-18T12:02:12.6803419Z   submodules: false
2026-06-18T12:02:12.6803787Z   set-safe-directory: true
2026-06-18T12:02:12.6804355Z ##[endgroup]
2026-06-18T12:02:12.7612844Z Syncing repository: SaberMage/spt-core
2026-06-18T12:02:12.7614457Z ##[group]Getting Git version info
2026-06-18T12:02:12.7615106Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-18T12:02:12.7616055Z [command]/usr/bin/git version
2026-06-18T12:02:12.7616519Z git version 2.43.0
2026-06-18T12:02:12.7617821Z ##[endgroup]
2026-06-18T12:02:12.7621306Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5290d273-1688-473b-9368-f8c3139d64a7' before making global git config changes
2026-06-18T12:02:12.7622417Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:02:12.7623353Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-18T12:02:12.7649658Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-18T12:02:12.7668155Z https://github.com/SaberMage/spt-core
2026-06-18T12:02:12.7677814Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T12:02:12.7680361Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T12:02:12.7698265Z refs/heads/main
2026-06-18T12:02:12.7704136Z [command]/usr/bin/git checkout --detach
2026-06-18T12:02:12.7746367Z HEAD is now at c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:12.7781031Z [command]/usr/bin/git branch --delete --force main
2026-06-18T12:02:12.7809276Z Deleted branch main (was c19f6a13).
2026-06-18T12:02:12.7847730Z ##[endgroup]
2026-06-18T12:02:12.7849948Z [command]/usr/bin/git submodule status
2026-06-18T12:02:12.8033148Z ##[group]Cleaning the repository
2026-06-18T12:02:12.8036157Z [command]/usr/bin/git clean -ffdx
2026-06-18T12:02:13.4616415Z Removing target/
2026-06-18T12:02:13.4625281Z [command]/usr/bin/git reset --hard HEAD
2026-06-18T12:02:13.4672932Z HEAD is now at c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:13.4678185Z ##[endgroup]
2026-06-18T12:02:13.4680146Z ##[group]Disabling automatic garbage collection
2026-06-18T12:02:13.4683458Z [command]/usr/bin/git config --local gc.auto 0
2026-06-18T12:02:13.4710392Z ##[endgroup]
2026-06-18T12:02:13.4711260Z ##[group]Setting up auth
2026-06-18T12:02:13.4715177Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:02:13.4739922Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-18T12:02:13.4923780Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:02:13.4948477Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-18T12:02:13.5137073Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:02:13.5162957Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-18T12:02:13.5350688Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-18T12:02:13.5380835Z ##[endgroup]
2026-06-18T12:02:13.5387154Z ##[group]Fetching the repository
2026-06-18T12:02:13.5388312Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-18T12:02:14.1897908Z From https://github.com/SaberMage/spt-core
2026-06-18T12:02:14.1898572Z    c19f6a13..c17550da  main       -> origin/main
2026-06-18T12:02:14.1931727Z [command]/usr/bin/git branch --list --remote origin/main
2026-06-18T12:02:14.1963298Z   origin/main
2026-06-18T12:02:14.1969499Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-06-18T12:02:14.1985157Z c17550dad70f8818120ff2017619f4e7f658818a
2026-06-18T12:02:14.1988463Z ##[endgroup]
2026-06-18T12:02:14.1989361Z ##[group]Determining the checkout info
2026-06-18T12:02:14.1990062Z ##[endgroup]
2026-06-18T12:02:14.1992688Z [command]/usr/bin/git sparse-checkout disable
2026-06-18T12:02:14.2026760Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-18T12:02:14.2057132Z ##[group]Checking out the ref
2026-06-18T12:02:14.2060089Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-18T12:02:14.2127845Z Previous HEAD position was c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:14.2134381Z Switched to a new branch 'main'
2026-06-18T12:02:14.2135017Z branch 'main' set up to track 'origin/main'.
2026-06-18T12:02:14.2140821Z ##[endgroup]
2026-06-18T12:02:14.2175006Z [command]/usr/bin/git log -1 --format=%H
2026-06-18T12:02:14.2199332Z c17550dad70f8818120ff2017619f4e7f658818a
